@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}
* {
    margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    background: transparent; 
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic
}
a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*����*/
.clear {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}


@font-face {
	font-family:"Number DIN";
	font-weight:200;
	font-style:normal;
	src:url(../font/DIN.eot);
	src:url(../font/DIN.eot?#iefix) format("eot"),url(../font/DIN.woff2) format("woff2"),url(../font/DIN.woff) format("woff"),url(../font/DIN.ttf) format("truetype"),url(../font/DIN.svg) format("svg")
}
@font-face {
	font-family:"din-condensed";
	font-display:auto;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
	src:url("../font/DIN_Condensed.eot");
	src:url("../font/DIN_Condensed.eot?#iefix") format("eot"),url("../font/DIN_Condensed.woff2") format("woff2"),url("../font/DIN_Condensed.woff") format("woff"),url("../font/DIN_Condensed.ttf") format("truetype"), url('../font/DIN_Condensed.svg') format('svg');
  }
/*ȫ��*/
html,body,td,th {
	color: #333;
	line-height:22px;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	font-family: "微软雅黑", "microsoft yahei", Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul,ol,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,li,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;}button,input,select,textarea{font-size:100%;}ul,ol{
	padding: 0px;
}
body {position:relative;}

/*#transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
#transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/

#transform {transition: all 300ms ease-in 0ms;}
#transform * {transition: all 300ms ease-in 0ms;}

#transform:before,
#transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
#transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
#transform:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}

/*.transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
.transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/
.transform {transition: all 300ms ease-in 0ms;}
.transform * {transition: all 300ms ease-in 0ms;}
.transform:before,
.transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
.transform:hover img {transform: scale(1.1);-we
bkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
/*-------------*/
/*tot*/
#header {width:100%;height:144px;position:relative;}
#header .top_bx {height:44px;width:100%;background-color:#262626;}
#header .top_bx .cont {width:1320px;height:44px;line-height:44px;font-size:16px;color:#bfbfbf;margin:0 auto;}
#header .top_bx .cont .Hotline {display:inline-block;height:44px;line-height:44px;font-size:24px;color:#fff100;font-family:"Number DIN"; background:url(../images/ico-phone.png) no-repeat left center;padding-left:36px;float:right;}


#header .nav_bx {width:100%;height:100px;background:#fff;z-index:10;left:0;top:44px;position:absolute;box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);}
#header .nav_bx .cont {width:1320px;height:100px;margin:0 auto;}
#header .nav_bx .cont .logo {width:425px;height:100px;float:left;}
#header .nav_bx .cont .language {width:88px;height:100px;float:right;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;}
#header .nav_bx .cont .language img {margin-top:35px;}

#header .nav_bx .cont .nav {width:calc(100% - 515px);height:100px;float:right;}
#header .nav_bx .cont .nav ul li {width:115px;height:100px;float:left;text-align:center;}

#header .nav_bx .cont .nav ul li a.nav_size {display:inline-block;height:100px;line-height:100px;color:#333;font-size:17px;position:relative;}
#header .nav_bx .cont .nav ul li a.nav_size:after {content:'';width:100%;height:2px;background-color:#fff;left:0;bottom:18px;position:absolute;opacity:0;filter: Alpha(opacity=0);}
#header .nav_bx .cont .nav ul li:hover {background-color:#008bda;}
#header .nav_bx .cont .nav ul li:hover a.nav_size {color:#fff;}
#header .nav_bx .cont .nav ul li:hover a.nav_size:after {opacity:1;filter:Alpha(opacity=100);}
#header .nav_bx .cont .nav ul .sele {background-color:#008bda;}
#header .nav_bx .cont .nav ul .sele a.nav_size {color:#fff;}
#header .nav_bx .cont .nav ul .sele a.nav_size:after {opacity:1;filter:Alpha(opacity=100);}

#header .nav_bx .cont .nav ul li .sub_bx {width:100%;position:absolute;z-index:101;left:0;top:100px;background-color:rgba(255, 255, 255, 0.93);}
#header .nav_bx .cont .nav ul li .sub_bx dl {width:88%;margin:0 auto;}
#header .nav_bx .cont .nav ul li .sub_bx dl dt {width:24%;float:left;padding:36px 0 40px 0;text-align:left;}
#header .nav_bx .cont .nav ul li .sub_bx dl dt h2 {line-height:32px;font-size:24px;color:#333;margin-bottom:12px;text-align:left;}
#header .nav_bx .cont .nav ul li .sub_bx dl dt p {font-size:16px;color:#333;line-height:24px;text-align:left;}
#header .nav_bx .cont .nav ul li .sub_bx dl dd {width:75%;float:right;padding:40px 0 10px 0;text-align:left;}
#header .nav_bx .cont .nav ul li .sub_bx dl dd a.list {display:inline-block;width:160px;margin:0 20px 30px 20px;float:left;}
#header .nav_bx .cont .nav ul li .sub_bx dl dd a.list .img {width:100%;height:100px;overflow:hidden;}
#header .nav_bx .cont .nav ul li .sub_bx dl dd a.list .img img {width:160px;height:100px;}
#header .nav_bx .cont .nav ul li .sub_bx dl dd a.list h3 {height:22px;line-height:22px;font-size:16px;color:#333;font-weight:normal;margin:10px 0 6px 0;text-align:left;}
#header .nav_bx .cont .nav ul li .sub_bx dl dd a.list p {height:66px;font-size:13px;color:#939393;line-height:22px;text-align:left;overflow:hidden;}
#header .nav_bx .cont .nav ul li .sub_bx #lk_2 dd a.list {display:inline-block;height:50px;width:240px;border:1px solid #333;margin:0 20px 30px 20px;box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,.06);}
#header .nav_bx .cont .nav ul li .sub_bx #lk_2 dd a.list .img {display:none;}
#header .nav_bx .cont .nav ul li .sub_bx #lk_2 dd a.list h3 {height:50px;line-height:50px;width:100%;font-size:17px;color:#333;margin:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#header .nav_bx .cont .nav ul li .sub_bx #lk_2 dd a.list p {display:none;}
#header .nav_bx .cont .nav ul li .sub_bx #lk_2 dd a.list:hover {border:1px solid #f28e00;background-color:#f28e00;}
#header .nav_bx .cont .nav ul li .sub_bx #lk_2 dd a.list:hover h3 {color:#fff;}


#header .shadow {width:100%;height:38px;background: url(../images/tp_bg_1.png) repeat-x top;}
/*ind*/
.indx_banner {width:100%;height:500px;position:relative;/*background:no-repeat center center;background-size:auto 100%;*/}
.indx_banner .swiper-banner {width:100%;height:500px;}
.indx_banner .swiper-banner .swiper-slide {background:no-repeat center center;background-size:auto 100%;}
.indx_banner .swiper-banner .swiper-button-prev {width:98px;height:34px;border:1px solid #fff;background:url(../images/left_bn_1.png) no-repeat center center;opacity: .8;left:100px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-prev:hover {border:1px solid #ff742b;background:#ff742b url(../images/left_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-button-next {width:98px;height:34px;border:1px solid #fff;background:url(../images/right_bn_1.png) no-repeat center center;opacity: .8;left:200px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-next:hover {border:1px solid #ff742b;background:#ff742b url(../images/right_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-pagination {bottom:146px;left:100px;width:200px;font-size:40px;color:#fff;height:50px;line-height:50px;font-weight:100;text-align:left;background:url(../images/hr_bn_1.png) no-repeat 34px center;}
.indx_banner .swiper-banner .swiper-pagination span {opacity: .8;}
.indx_banner .swiper-banner .swiper-button-prev:after,
.indx_banner .swiper-banner .swiper-button-next:after {display:none;}


.w1020 {width:1020px; margin-left:auto; margin-right:auto;}
.w1100 { width:1100px; margin:0px auto;}
.w1200 { width:1200px; margin:0px auto;}
.w1300 { width:1300px; margin:0px auto;}

#index { width:100%; padding:0px 0px 0px 0px;}

#index .title {width:100%;height:98px;padding-bottom:40px;text-align:center;}
#index .title h2 {height:46px;line-height:46px;font-size:38px;color:#333;background:url(../images/hr_2.jpg) no-repeat center bottom;padding-bottom:14px;margin-bottom:14px;}
#index .title p {height:24px;line-height:24px;font-size:16px;color:#717171;}



#index .product {width:100%;padding:0 0 50px 0;}
#index .product .class {width:100%;height:56px;background-color:#f2f2f2; margin-bottom:40px;}
#index .product .class ul {width:1320px;height:56px;margin:0 auto;}
#index .product .class ul li {width:165px;height:56px;line-height:56px;font-size:17px;color:#6c6c6c;background-color:#f2f2f2;float:left;text-align:center;}
#index .product .class ul li a {font-size:17px;color:#6c6c6c;}
#index .product .class ul li:hover {background-color:#333;color:#fff100;}
#index .product .class ul li:hover a {color:#fff100;}
#index .product .class ul .show_on {background-color:#333;color:#fff100;}
#index .product .class ul .show_off {background-color:#f2f2f2;color:#6c6c6c;}

#index .product .cont {width:1320px;margin:0 auto;}
#index .product .cont .cp_bx {width:100%;padding-top:35px;}
#index .product .cont .cp_bx ul li.tit {height:450px;width:440px;background-color:#008bda;float:left;}
#index .product .cont .cp_bx ul li.tit .bx {width:440px;height:450px;display:table-cell;vertical-align:middle;text-align:center;}

#index .product .cont .cp_bx ul li.list {width:440px;float:left;}
#index .product .cont .cp_bx ul li.list .img {width:100%;height:300px;padding-top:20px;}
#index .product .cont .cp_bx ul li.list .img .bx {width:400px;height:280px;margin:0 20px 20px 20px;/*padding-top:20px;*/overflow:hidden;}
#index .product .cont .cp_bx ul li.list .txt {height:78px;padding:24px 20px 28px 20px;}
#index .product .cont .cp_bx ul li.list .txt h2 {height:32px;line-height:32px;font-size:24px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#index .product .cont .cp_bx ul li.list .txt h2 a {font-size:24px;color:#333;}
#index .product .cont .cp_bx ul li.list .txt em {display:block;width:44px;height:4px;background-color:#008bda;margin:8px 0;}
#index .product .cont .cp_bx ul li.list .txt .line {width:100%;height:26px;}
#index .product .cont .cp_bx ul li.list .txt .line p {display:block;width:calc(100% - 100px);width:-moz-calc(100% - 100px);width:-webkit-calc(100% - 100px);height:26px;line-height:26px;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px;color:#676767;font-weight:normal;}
#index .product .cont .cp_bx ul li.list .txt .line a.more {display:block;width:90px;height:26px;line-height:26px;font-size:14px;color:#fff100;text-align:center;border-radius:13px;-moz-border-radius:13px;float:right;background-color:#333;margin-top:17px;}

#index .product .cont .cp_bx ul li.list:hover .img {background-color:#00a2ec!important;}
#index .product .cont .cp_bx ul li.list:hover .txt {background-color:#008bda!important;}
#index .product .cont .cp_bx ul li.list:hover .txt h2 {color:#fff;}
#index .product .cont .cp_bx ul li.list:hover .txt h2 a {color:#fff;}
#index .product .cont .cp_bx ul li.list:hover .txt h2 em {background-color:#fff;}
#index .product .cont .cp_bx ul li.list:hover .txt .line p {color:#b8e5ff;}
#index .product .cont .cp_bx ul li.list:hover .txt .line a.more {background-color:#fff;color:#008bda;}



#index .about { width:100%;height:660px;padding:0 0 0 0;background-color:#434343;}
#index .about .cont {width:100%;height:660px;margin:0 auto;}
#index .about .cont .us_gsjj {width:50%;height:660px;float:left;position:relative;background-color:#000;/*background:url(../images/us_img_1.jpg) no-repeat center top;*/overflow:hidden;}
#index .about .cont .us_gsjj:after {content:'';position:absolute;height:100%;width:1px;z-index:1;right:1px;top:0;background-color:#fff;}
#index .about .cont .us_gsjj .img {width:100%;height:660px;background:url(../images/us_img_1.jpg) no-repeat center top;}
#index .about .cont .us_gsjj .bx {position:absolute;width:100%;height:660px;z-index:10;left:0;top:0;}
#index .about .cont .us_gsjj .nr_bx {width:80%;margin:0 auto;padding-top:86px;}
#index .about .cont .us_gsjj .nr_bx h2 {height:38px;line-height:38px;font-size:30px;color:#fff;margin-bottom:18px;}
#index .about .cont .us_gsjj .nr_bx h2 a {font-size:30px;color:#fff;}
#index .about .cont .us_gsjj .nr_bx em {display:block;width:60px;height:4px;background-color:#fff100;margin-bottom:17px;}
#index .about .cont .us_gsjj .nr_bx .txt {height:260px;font-size:16px;color:#fff;line-height:26px;margin-bottom:55px;overflow:hidden;}
#index .about .cont .us_gsjj .nr_bx a.more {display:block;width:160px;height:48px;line-height:48px;font-size:18px;color:#fff;background-color:#008bda;text-align:center;}
#index .about .cont .us_gsjj:hover .img {opacity:0.9;filter:Alpha(opacity=90);transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
#index .about .cont .us_gsjj:hover a.more {color:#fff100;background-color:#333;}
#index .about .cont .us_qywh {width:25%;height:660px;float:left;position:relative;background-color:#000;/*background:url(../images/us_img_2.jpg) no-repeat center top;*/overflow:hidden;}
#index .about .cont .us_qywh:after {content:'';position:absolute;height:100%;width:1px;z-index:1;right:1px;top:0;background-color:#fff;}
#index .about .cont .us_qywh .img {width:100%;height:660px;background:url(../images/us_img_2.jpg) no-repeat center top;}
#index .about .cont .us_qywh .bx {position:absolute;width:100%;height:660px;z-index:10;left:0;top:0;}
#index .about .cont .us_qywh .nr_bx {width:80%;margin:0 auto;padding-top:86px;} 
#index .about .cont .us_qywh .nr_bx h3 {height:34px;line-height:34px;font-size:26px;color:#fff;margin-bottom:38px;}
#index .about .cont .us_qywh .nr_bx h3 a {font-size:26px;color:#fff;}
#index .about .cont .us_qywh .nr_bx .txt {height:256px;font-size:16px;color:#fff;line-height:32px;overflow:hidden;}
#index .about .cont .us_qywh:hover .img {opacity:0.9;filter:Alpha(opacity=90);transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
#index .about .cont .us_info {width:25%;height:660px;float:left;background-color:#000;/*background:url(../images/us_img_3.jpg) no-repeat center top;*/position:relative;overflow:hidden;}
#index .about .cont .us_info .img {width:100%;height:660px;background:url(../images/us_img_3.jpg) no-repeat center top;}
#index .about .cont .us_info .bx {position:absolute;width:100%;height:660px;z-index:10;left:0;top:0;}
#index .about .cont .us_info ul {width:80%;margin:0 auto;}
#index .about .cont .us_info ul li {width:100%;height:98px;padding-top:80px;}
#index .about .cont .us_info ul li .num {height:70px;}
#index .about .cont .us_info ul li .num .f1 {font-size:68px;color:#fff100;line-height:70px;font-family:"Number DIN";}
#index .about .cont .us_info ul li .num .f2 {font-size:26px;color:#fff100;line-height:36px;padding-top:34px;}
#index .about .cont .us_info ul li p {font-size:20px;color:#fff;line-height:28px;height:28px;}
#index .about .cont .us_info:hover .img {opacity:0.9;filter:Alpha(opacity=90);transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}




#index .youshi {width:100%;padding:50px 0 50px 0;}
#index .youshi .cont {margin-left:calc(100% / 2 - 660px);/*width:calc(100% - 100% / 2 - 660px - 270px);padding-left:270px;*/}
#index .youshi .cont .ys_swiper-container {width:calc(100% - 270px);padding:8px 0 8px 270px;height:610px;overflow:hidden;position:relative;}
#index .youshi .cont .ys_swiper-container .Mask {height:626px;width:262px;background-color:#fff;position:absolute;z-index:2;left:0;top:0;}
#index .youshi .cont .ys_swiper-container .Mask_1 {width:440px;height:480px;background-color:#f5f5f5;position:absolute;z-index:3;left:-50px;bottom:-60px;}
#index .youshi .cont .ys_swiper-container .swiper-slide {width:334px;height:610px;box-shadow: 0px 0px 8px 0px rgba(0,0,0,.25);}
#index .youshi .cont .ys_swiper-container .list {width:334px;height:610px;background-color:#fff;}
#index .youshi .cont .ys_swiper-container .list .img {width:334px;height:420px;overflow:hidden;}
#index .youshi .cont .ys_swiper-container .list .txt {padding:26px 28px 24px 28px;}
#index .youshi .cont .ys_swiper-container .list .txt h2 {height:36px;line-height:36px;font-size:28px;color:#333;margin-bottom:14px;}
#index .youshi .cont .ys_swiper-container .list .txt p {height:90px;line-height:30px;font-size:17px;color:#797979;overflow:hidden;}
#index .youshi .cont .ys_swiper-container .swiper-button-prev {width:70px;height:65px;top:auto;bottom:140px;left:0;right:auto;background:#202020 url(../images/left_07.png) no-repeat center center;opacity:1!important;filter:Alpha(opacity=100)!important;}
#index .youshi .cont .ys_swiper-container .swiper-button-prev:after {display:none;}
#index .youshi .cont .ys_swiper-container .swiper-button-next {width:70px;height:65px;top:auto;bottom:140px;left:70px;right:auto;background:#202020 url(../images/right_07.png) no-repeat center center;opacity:1!important;filter:Alpha(opacity=100)!important;}
#index .youshi .cont .ys_swiper-container .swiper-button-next:after {display:none;}
#index .youshi .cont .ys_swiper-container .swiper-pagination-fraction {font-size:70px;text-align:left;color:#626262;font-family:"Number DIN";}
#index .youshi .cont .ys_swiper-container .swiper-pagination-fraction .swiper-pagination-current {font-size:20px;vertical-align:super;}
#index .youshi .cont .ys_swiper-container .swiper-pagination-fraction .swiper-pagination-total {font-size:46px;}
#index .youshi .cont .ys_swiper-container .list:hover {background-color:#008bda;}
#index .youshi .cont .ys_swiper-container .list:hover .txt h2 {color:#fff;}
#index .youshi .cont .ys_swiper-container .list:hover .txt p {color:#cfeeff;}


#index .anli {width:100%;padding:50px 0;background:url(../images/bg_img_1.jpg) no-repeat center top;}
#index .anli .cont {width:1321px;margin:0 auto;}
#index .anli .cont ul {height:338px;border-left:1px solid #dcdcdc;border-top:1px solid #dcdcdc;background-color:#fff;margin-bottom:40px;}
#index .anli .cont ul li {width:263px;height:168px;border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc;position:relative;background-color:#000;float:left;}
#index .anli .cont ul li .Mask {width:253px;height:158px;position:absolute;z-index:10;left:0;top:0;border:5px solid #f5f5f5;display:none;}
#index .anli .cont ul li .img {width:100%;height:130px;overflow:hidden;}
#index .anli .cont ul li h2 {height:38px;line-height:38px;font-size:17px;color:#333;text-align:center;font-weight:normal;background-color:#fff;}
#index .anli .cont ul li h2 a {font-size:17px;color:#333;}
#index .anli .cont ul li:hover .Mask {display:block;}
#index .anli .cont ul li:hover .img img {opacity:0.92;filter:Alpha(opacity=92);}
#index .anli .cont ul li:hover h2 {opacity:0.92;filter:Alpha(opacity=92);}
#index .anli .cont .more {height:41px;width:660px;margin:0 auto;background:url(../images/hr_1.jpg) repeat-x center center;}
#index .anli .cont .more a {display:block;width:126px;height:39px;line-height:39px;font-size:16px;color:#333;text-align:center;background-color:#fff;border:1px solid #ccc;margin:0 auto;}



#index .news {width:100%;padding:50px 0;}
#index .news .cont {width:1320px;margin:0 auto;}
#index .news .cont ul li {width:418px;float:left;background-color:#f7f7f7;}
#index .news .cont ul li .img {width:100%;height:280px;position:relative;overflow:hidden;}
#index .news .cont ul li .img .riqi {position:absolute;width:138px;height:42px;line-height:42px;font-size:17px;color:#fff;text-align:center;z-index:10;bottom:0;left:calc(50% - 69px); background-color:#007eca;}
#index .news .cont ul li .txt {padding:20px 24px;}
#index .news .cont ul li .txt h2 {height:26px;line-height:26px;font-size:18px;color:#333;font-weight:normal;border-bottom:1px solid #dbdbdb;padding-bottom:10px;margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#index .news .cont ul li .txt h2 a {font-size:18px;color:#333;}
#index .news .cont ul li .txt p {height:78px;font-size:15px;color:#666;line-height:26px;overflow:hidden;}
#index .news .cont ul .mr {margin-right:33px;}








.kstd_bx { background-color:#f2f3f7; width:100%; padding:30px 0;}
.kstd_bx .cont { width:1100px; margin:0 auto;}
.kstd_bx .cont .tit_bt {height:30px;width:100%;background: url(../images/kstd_bg_02.jpg) repeat-x center center; margin-bottom:30px;}
.kstd_bx .cont .tit_bt h3 {width:195px; height:30px; margin:0 auto; background-color:#f2f3f7;}
.kstd_bx .cont .text { border:1px #bcbebd solid;}
.kstd_bx .cont .text .class_list_1 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_1 h2 { padding-top:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666; float:left;display: block;}
.kstd_bx .cont .text .class_list_1 ul {padding:20px 20px 0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_1 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_1 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_2 { height:40px; width:100%;}
.kstd_bx .cont .text .class_list_2 h2 {height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_2 ul {padding:0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_2 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_2 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_3 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_3 h2 { padding-bottom:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_3 ul {padding:0 20px 20px 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_3 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_3 ul li a {font-size:14px; line-height:40px;color:#666;}



#index a.more1 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -440px;
	display: block;
}
#index a.more1:hover {color: #0063a7;text-decoration: none;}
#index a.more2 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -478px;
	display: block;
}
#index a.more2:hover {color: #0063a7;text-decoration: none;}

#index a.more3 {
	font-size:14px;
	color:#323232;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:20px;
	float:right;
	background-image: url(../images/more_ic.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#index a.more3:hover {color: #FF3300;text-decoration: none;}





/*footer*/
#footer {width:100%;background-color:#363636; padding:50px 0 0 0;}
#footer .w_1200 { width:1320px; margin-left:auto; margin-right:auto;}
#footer .mid_nav {width:870px; float:left;padding-bottom: 25px; padding-top:15px;}
#footer .mid_nav .foot_nav {width:100%;float:left;}
#footer .mid_nav .foot_nav ul { width:20%; float:left;}
#footer .mid_nav .foot_nav ul h3 a,
#footer .mid_nav .foot_nav ul h3 { font-size:18px;color:#FFFFFF;line-height:40px;}
#footer .mid_nav .foot_nav ul li { font-size:16px; line-height:40px; color:#adadad;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#footer .mid_nav .foot_nav ul li a { font-size:16px; line-height:40px; color:#adadad;}
#footer .mid_nav .foot_nav ul li span {color:#fff100;padding-right:8px;}
#footer .mid_nav .foot_nav ul p {padding-top:8px;font-size:16px;color:#b8b8b8;line-height:26px;}
#footer .contacts {width:420px;padding-left:30px;float:left; padding-top:15px;}
#footer .contacts .kslink {width:100%;height:36px;}
#footer .contacts .kslink a {display:inline-block;width:102px;height:36px;line-height:36px;font-size:16px;color:#adadad;text-align:center;background-color:#3c3c3c;margin:0 2px;}
#footer .contacts .kslink a:first-child {margin-left:0;}
#footer .contacts .kslink a:last-child {margin-right:0;}
#footer .contacts .Hotline {width:100%;height:28px;line-height:28px;font-size:16px;color:#adadad;padding-top:30px;margin-bottom:30px;text-align:right;}
#footer .contacts .Hotline b {font-family:"Number DIN";font-size:26px;color:#fff;}
#footer .contacts h2 {font-size:16px; color:#FFFFFF; line-height:34px;}
#footer .contacts p { padding-top:8px; font-size:16px; color:#adadad; line-height:26px;text-align:right;}
#footer .contacts p span {display:block;line-height:32px;font-size:16px;color:#b8b8b8;background-repeat:no-repeat;background-position:left 8px;padding-left:32px;}

#footer .bottom {width:100%;margin:0 auto;line-height:26px; font-size:15px; color:#333; padding:20px 0; background-color:#fff100;} 
#footer .bottom a {line-height:26px;font-size:15px;color:#333;}